From ff29d200be5e8b463bc462daf0cc872254f0bd2b Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Wed, 17 Sep 2003 10:39:03 +0000 Subject: [PATCH] bitkeeper revision 1.429 (3f6839c7Mu4UyjG7aI6CXeQXtC0p9g) turno off debuggin in xen_read_console --- tools/misc/xen_read_console.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/misc/xen_read_console.c b/tools/misc/xen_read_console.c index 632b01ad9a..4e82492bec 100644 --- a/tools/misc/xen_read_console.c +++ b/tools/misc/xen_read_console.c @@ -36,10 +36,11 @@ int main(void) (struct sockaddr *)&from, &fromlen)) >= 0 ) { +#if 0 printf("%d-byte message from %s:%d --\n", len, inet_ntop(AF_INET, &from.sin_addr, abuf, sizeof(abuf)), ntohs(from.sin_port)); - +#endif /* For sanity, clean up the string's tail. */ if ( buf[len-1] != '\n' ) { buf[len] = '\n'; len++; } buf[len] = '\0'; -- 2.30.2